@font-face {
    font-family: 'azoft-sans';
    src: url('../fonts/azoft-sans.ttf');
    src: url('../fonts/azoft-sans.ttf') format('truetype');
}

@font-face {
    font-family: 'DIN';
    src: url('../fonts/DIN-Regular.otf');
}

/*@font-face {
    font-family: 'RockwellStd';
    src: url('../fonts/RockwellStd.otf');
    src: url('../fonts/RockwellStd.otf') format('otf')
}*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

html,
body {
    position: relative;
    height: 100%;
    font-family: Georgia, "Helvetica Neue", "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", serif;
}

body {
    background: #fff;
    font-family: "微软雅黑",Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #fff;
}

li {
    list-style: none;
}

img {
    border: 0;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

p {
    word-wrap: break-word;
}

a {
    color: #fff;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #01123e;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
}

.bw {
    width: 14rem;
    margin: 0 auto;
}


.navbar {
    width: 18rem;
    margin: 0 auto;
}

    .navbar .logo {
        float: left;
        height: 0.52rem;
        
    }
.navbarHeight{
    height: 0.7rem;
     padding-top: 0.22rem;
}
     

.menu {
    float: right;
    margin-left: 0.25rem;
    margin-top: 0.05rem;
}

    .menu > li {
        float: left;
        margin: 0 0.2rem;
        line-height: 0.4rem;
        position: relative;
    }

        .menu > li a {
            color: #000;
            opacity: .8;
            font-size: 14px;
            text-decoration: none;
        }

            .menu > li a.on {
                opacity: 1;
                background-image: url(../images/footer_a.png);
                background-repeat: no-repeat;
                background-position: bottom;
                padding-bottom: 5px;
                display: block;
            }

        .menu > li:hover > a {
            opacity: 1;
            background-image: url(../images/footer_a.png);
            background-repeat: no-repeat;
            background-position: bottom;
            display: block;
            padding-bottom: 5px;
        }

        .menu > li.active a {
            opacity: 1;
        }

        .menu > li:hover .sub-menu {
            display: block;
        }

.sub-menu {
    display: none;
    position: absolute;
    top: 0.39rem;
    width: 155px;
    left: -40px;
    text-align: center;
    padding: 0.1rem 0;
    box-sizing: border-box;
    z-index: 3;
    overflow: auto;
    background-color: #fff;
}

    .sub-menu li {
        text-align: center;
        line-height: 30px;
    }

        .sub-menu li:hover a {
            opacity: 1;
            color: #282828;
        }

.lang {
    opacity: .8;
    font-size: 14px;
    line-height: 0.4rem;
    margin-top: 0.05rem;
    float: right;
}

.content {
    clear: both;
}

/*footer*/

#footer {
    background-color: #282828;
    padding: 0.5rem 0;
    border-bottom: solid 1px #ddd;font-size:14px;
}
.footeradd {
    padding-top:0.56rem;
}
    #footer .navbar ul {
        float: left;
        margin-right: 0.4rem;
        width: 1.4rem;
    }

        #footer .navbar ul li {
            line-height: 28px;
        }

            #footer .navbar ul li:first-child {
                margin-bottom: 0.1rem;
            }

            #footer .navbar ul li a {
                color: #fff;
                font-size: 14px;
            }

    #footer .navbar .tel {
        font-size: 0.4rem;
        float: right;
        text-align: right;
        margin-left: 5px;
    }

        #footer .navbar .tel div {
            font-size: 0.2rem;
            margin-top: 0.27rem;
        }

#footer2 {
    background-color: #282828;
    padding: 0.5rem 0;
    border-bottom: solid 1px #ddd;
}
@media (width: 1920px) {
    .footeradd {
    padding-top:66px
}
}
@media (max-width: 1200px) {
    body {
        min-width: 1000px;
    }

    .bw {
        width: 1000px;
    }

    .menu > li {
        margin: 0 10px;
    }
}

@media (max-width: 1000px) {
    .lang {
        float: left;
        margin-left: 0.4rem;
    }
}

.aboutme {
    background: url(/images/about_bg.png) no-repeat;
    background-size: contain;
    width: 19.2rem;
    height: 8.23rem;
}

.banner img {
    display: block;
}
